html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	scroll-behavior: smooth;
	background-color: #ff477f;
}

.nav-link a:link {
	color: whitesmoke;
}

.nav-link a:hover{
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
	color:#df474e;
}

/* footer */
/*#footer-hr {
	background-color: whitesmoke;
	padding: 3px;
}*/

#footer-section {
	border-top: 7px solid whitesmoke;
    padding: 2% 10% 2% 10%;
	/*background-image: url("https://i.imgur.com/DAEx1bx.jpg"); */
	background-color: #0c0c0c;
	min-height: 50vh; 
	position: relative;
	/* Copy background properties from parallax1 */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	gap: 20px;

}

#footer-section .row {
    padding-top: 5%;

}

#footer-section img {
	aspect-ratio: auto;
}

.footer-group {
	padding: 10% 0;
	position: relative;
	gap: 20px;
}

#footer-section p {
	color: white;
	/*font-family: 'Eurostile', sans-serif;*/
	font-family: 'Kanit', sans-serif;
	font-size: 12px;
	opacity: 0.5;
}

.footer-socials a{
	opacity: 0.75;
}
.footer-socials a:hover{
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

#navbarsocialico a{
	opacity: 0.75;
}
#navbarsocialico a:hover{
	opacity: 1;
	cursor: pointer;
	transition: 0.2s;
}

#navbarbuttonlinks {
	font-family: 'kanit', sans-serif;
	text-transform: uppercase;

}
